home *** CD-ROM | disk | FTP | other *** search
- Path: lantana.singnet.com.sg!usenet
- From: Toh Choon Swee <tohcs@pobox.org.sg>
- Newsgroups: comp.lang.c++
- Subject: Re: Argument from commandline???
- Date: 5 Feb 1996 13:26:20 GMT
- Organization: Singapore Telecom Internet Service
- Message-ID: <4f50hs$rsh@lantana.singnet.com.sg>
- References: <4eou36$p6g@prometheus.algonet.se>
- NNTP-Posting-Host: ts900-3320.singnet.com.sg
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
-
- bifrost@algonet.se (Nylund Patrik) wrote:
- >How do I include argument from the commandline to the main function in
- >a c++ program?
- >
-
- It should be the same as a c program eg
-
- int main( int argc, char** argv)
-
- TCS
-
-
-
-